home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / blitz / changelibnum.lha / ChangeLibNumber.readme next >
Text File  |  1997-11-26  |  479b  |  18 lines

  1. Short:    Change Blitz library numbers (Source included)
  2. Type:     dev/basic
  3. Author:   Jarmo Laakkonen (jami@dlc.fi)
  4. Uploader: Jarmo Laakkonen (jami@dlc.fi)
  5.  
  6. This is a small utility that I wrote in 10 minutes to change Blitz Basic
  7. library numbers.
  8.  
  9. Usage is very simple:
  10.  
  11. chlibnum <filename> <library number>
  12.  
  13. f.g chlibnum blitzlibs:amigalibs/amigaguide.library1 20
  14.  
  15. Remember to make your Deflibs when you have changed the library number.
  16.  
  17. The source is included in the archive.
  18.